home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr36 / mm32beta.zip / MMAKER.DOC < prev    next >
Text File  |  1993-05-06  |  38KB  |  868 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.                               MATCH MAKER
  15.  
  16.                                   v3.2
  17.  
  18.                                    by
  19.  
  20.                               Al Lawrence
  21.                          Sunrise Door Software
  22.  
  23.                             Sunrise-80  BBS
  24.                         (404) 256-9525  (Data)
  25.                         (404) 705-9104  (Data)
  26.                 (404) 256-9518  (VOICE, 9am-9:30pm EST)
  27.  
  28.            (c) Copyright  1993,  Al Lawrence  All RIghts Reserved
  29.  
  30.  
  31.                       TABLE  OF  CONTENTS
  32.                       -------------------
  33.  
  34.    Match Maker Highlights..........................................  1
  35.    Legalities......................................................  2
  36.    Distribution....................................................  3
  37.    Installation....................................................  4
  38.    Configuration File..............................................  5
  39.    Download Questionaire...........................................  7
  40.    Upload Answers to Questionaire..................................  8
  41.    File Transfer Protocols.........................................  9
  42.    WELCOME Text File (MMWELCOM).................................... 10
  43.    New Questions Bulletin (MMNEWQUE.TXT)........................... 11
  44.    Blackout Periods................................................ 12
  45.    TRASHCAN File................................................... 13
  46.    Plays per Day/Door Time......................................... 14
  47.    Question File Setup............................................. 15
  48.    Maintenance Program (MMAINT).................................... 17
  49.    Non-Standard Communication Ports................................ 18
  50.    Multi-Node Setup................................................ 19
  51.    Match Maker EXCHANGE............................................ 20
  52.    Registration.................................................... 21
  53.    Miscellaneous................................................... 22
  54.  
  55.                                                                        Page 1
  56.                        MATCH MAKER HIGHLIGHTS
  57.                        ----------------------
  58.  
  59.    Match Maker allows for the matching of callers with like interests
  60.    based upon answers given to questions developed by the Sysop.
  61.  
  62.    You may create up to 100 questions to be asked of each caller. You may
  63.    create a different set of questions, based upon the callers sex. All
  64.    that is required is to assign the proper filename to each set.
  65.  
  66.    You can indicate which questions you want a single choice and which you
  67.    will allow the caller to select multiple choices.
  68.  
  69.    You may create a trashcan file containing names you do not want used as an
  70.    alias or Logon Name (registered version only).
  71.  
  72.    You may limit the number of times a caller may access the door.
  73.  
  74.    You may send and receive PRIVATE messages (does not affect the normal
  75.    BBS message base).
  76.  
  77.    Message database can accomodate unlimited number of messages. (Reg Version)
  78.  
  79.    Caller database can accomodate unlimited number of users. (Reg version)
  80.  
  81.    All Caller database records contain the logon name of the caller.
  82.  
  83.    A maintainance program is supplied to be used to purge the databases and
  84.    recreate Index files. Command line parameters define the purge criteria
  85.    for Event maintenance (Registered version only). When run locally you
  86.    define the purge criteria at run time (Registered version only).
  87.    Unregistered version allows for the search and viewing of Callers records
  88.    (search may be Alias or logon name) as well as the recreation of Indexes.
  89.  
  90.    Maintenance program can clear all answers or individual questions. The Door
  91.    program will then detect this and force the caller to answer the new
  92.    question(s).
  93.  
  94.    Capable of exchanging USER and MESSAGE databases amongst any number of BBS'
  95.  
  96.    Caller can download questionaire file
  97.  
  98.    Caller can upload answers to questionaire file
  99.  
  100.  
  101.  
  102.                                                                        Page 2
  103.  
  104.  
  105.                               LEGALITIES
  106.                               __________
  107.  
  108.  
  109.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  110.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  111.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  112.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  113.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  114.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  115.       OR BREACH OF ANY WARRANTY.
  116.  
  117.  
  118.  
  119.  
  120.  
  121.                                                                        Page 3
  122.  
  123.  
  124.                              DISTRIBUTION
  125.                              ____________
  126.  
  127.    You may make this file available for downloading from your BBS or you may
  128.    upload it to any BBS of your choice, provided that you do not make any
  129.    changes to the contents of the archive (ZIP file). The archive and its
  130.    individual contents may not be used by any service that charges any money
  131.    whatsoever, without the written permission of the author.
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.                                                                        Page 4
  141.                         INSTALLATION/LIMITATIONS
  142.                         ________________________
  143.  
  144.  
  145.    >>>>>>>> ++++ BE SURE THAT YOU HAVE SHARE.EXE LOADED!!!! ++++ <<<<<<<<
  146.  
  147.  
  148.    Installation is fairly easy and straight-forward. The following steps and
  149.    examples should have you up and running in a very short period of time.
  150.    It is assumed that you are familiar with setting up DOORS on your system.
  151.    To this end, only examples of the configuration file and Door batch file
  152.    are described.
  153.  
  154.       1) Create a directory to hold all MATCH MAKER files
  155.  
  156.       2) Unzip MMAKERxx.ZIP into the the above directory
  157.  
  158.       3) Create a configuration file, with a name of your choice, or
  159.          modify the supplied MMAKER.CFG file.
  160.  
  161.       4) Create a batch file or modify the MMAKER file supplied. A
  162.          description of this file follows:
  163.  
  164.             ECHO off
  165.             cd\PCB\DOORS\MMAKER       Location of MatchMaker files
  166.             MMAKER MMAKER.CFG         EXE filename and CFG filename (Name
  167.                                       used in creating file in #3 above)
  168.             CD\PCB
  169.         *   BOARD
  170.  
  171.                * This is for PCboard. Replace with whatever your software
  172.                  requires to return to the BBS
  173.  
  174.        5) When running in more than one node, be sure to supply a
  175.           different configuration name for each node (your choice of name).
  176.  
  177.        6) The maximum number of messages that can exist in the Message
  178.           Database is 10 in the UNREGISTERED version and unlimited in
  179.           REGISTERED version.
  180.  
  181.        7) The maximum number of users that can exist in the User Database
  182.           is 20, in the UNREGISTERED version and unlimited when REGISTERED!
  183.  
  184.        8) If running with multi-port boards add /FD to the line
  185.           containing the CFG name as follows:
  186.  
  187.                           MMAKER MMAKER.CFG /FD
  188.  
  189.  
  190.  
  191.  
  192.  
  193.    NOTE: Most errors will be logged to a file called DFRAME.ERR which is
  194.          created in the directory you run the door from.
  195.  
  196.                                                                        Page 5
  197.                    CONFIGURATION FILE EXPLANATION
  198.                    ------------------------------
  199.  
  200.             **                       Location of system file (See Below)
  201.             SUNRISE-80 BBS           Your BBS Name
  202.             Al                       Sysop's First Name
  203.  
  204.             Lawrence                 Sysop's Last Name
  205.  
  206. |-----------------------------------------------------------------------------|
  207. | READ!     1                        CommPort  \ These 2 lines are required   |
  208. | READ!     1                        Node #    / ONLY for GTUSER.BBS          |
  209. |-----------------------------------------------------------------------------|
  210.  
  211.             00000000                 Registration Number
  212.  
  213.         #   2                        Keyboard timeout value in Minutes
  214.  
  215.     !   #   10                       Maximum # of Games per day
  216.                                      (Sysop gets 99, Registered version ONLY)
  217.  
  218.     !   #   0                        Time allowed in Door
  219.                                      (Sysop = Time Remaining - REG. VERSION)
  220.  
  221.             1                         Message Center Functions
  222.                                       1 = allow msg to be left/read
  223.                                       0 = disable message function
  224.  
  225.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  226.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  227.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  228.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  229.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  230.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  231.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  232.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  233.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  234.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  235.  
  236.     @   #   XXXX/YYYY                 Blackout Range  From/To
  237.     @   #   XXXX/YYYY                 Blackout Range  From/To
  238.     @   #   XXXX/YYYY                 Blackout Range  From/To
  239.     @   #   XXXX/YYYY                 Blackout Range  From/To
  240.     @   #   XXXX/YYYY                 Blackout Range  From/To
  241.  
  242.         #   N                         N = Allow only 1 Alias per caller
  243.                                       Y = Allow caller more than 1 Alias
  244.  
  245.             Y                         Y = Include Sexual Orientations
  246.                                       N = Do NOT include Sexual Orientations
  247.  
  248.             N                         N = Show dates in American Format
  249.                                       Y = Show dates in European Format
  250.  
  251.         #   00000000                  MMAKER Exchange Registration Number
  252.  
  253.         #   MMAKER                    Export File(s) name generated by the
  254.                                       MMEXCH Export option (Max 6 characters).
  255.                                       We suggest that you use a part of your
  256.                                       BBS Name, up to 6 characters!
  257.  
  258.             Y                         Y = Allow caller to change questionaire
  259.                                           answers
  260.                                       N = Do not allow caller to change
  261.                                           questionaire answers
  262.  
  263.             Y                         Y = Allow Uploading/Downloading
  264.                                       N = Do not allow Uploading/Downloading
  265.  
  266.  
  267.                                                                         Page 6
  268.                    CONFIGURATION FILE EXPLANATION (cont'd)
  269.                    ------------------------------
  270.  
  271.  
  272.   ** = Replace with Full DRIVE\PATH\FILENAME of ONE of the following:
  273.  
  274.       PCBOARD.SYS, DOOR.SYS, CALLINFO.BBS, USERINFO.DAT, DORINFOx.DEF
  275.       SFDOORS.DAT, CHAIN.TXT, GTUSER.BBS, TRIBBS.SYS
  276.  
  277.          For GT Power using GTUSER.BBS: must put the ComPort # on
  278.                                         line 5 and the Node # on
  279.                                         line 6 of the configuration file
  280.  
  281.            # = Requires registration to change to a different value.
  282.            ! = See "Plays Per Day" Below
  283.            @ = See "Blackout Periods" Below
  284.  
  285.                NOTE: There are NO Blank Lines in the Config File!!
  286.  
  287.  
  288.                                                                        Page 7
  289.                       DOWNLOAD QUESTIONS to QUESTIONAIRE
  290.                       ----------------------------------
  291.      Callers will be given the option of downloading the questionaire and
  292.      replying to it offline. MatchMaker will format the questionaire file to
  293.      make it easier for the caller to read. The reformatting takes place in
  294.      one of 2 ways:
  295.  
  296.          (a) If you change/add/delete questions then the maintenance program
  297.              (MMAINT) will do it automatically once you have chosen option #6
  298.              to signal a change to the MatchMaker Door.
  299.  
  300.          (b) If you choose option #7
  301.  
  302.      After either of the 2 options are exercised, the files will be placed in
  303.      the MatchMakewr directory: MMQUESTM.DLM and MMQUESTF.DLF (one for the Male
  304.      questionaire and one for the Female questionaire)
  305.  
  306.      NOTE: A file called MMDLTEXT is supplied with sample verbage that will be
  307.            included at the beginning of ALL downloadable question files. We
  308.            suggest that you review it to make any changes you feel would be
  309.            appropraite. At a minimum you would want to add your BBS name.
  310.  
  311.  
  312.  
  313.  
  314.                                                                        Page 8
  315.                        UPLOAD ANSWERS to QUESTIONAIRE
  316.                        ------------------------------
  317.  
  318.       Callers are given the option of UPLOADING the answers to the questionaire
  319.       directly to the MatchMaker Door. Typically they would download the
  320.       questionaire and then CREATE a SEPARATE and UNIQULEY NAMED ASCII file
  321.       with the replies for each question on a spearate line. The replies MUST
  322.       be in ASCII format, NOT Zipped, and have replies for each question on a
  323.       separate line. If user is responding to a question with more than one (1)
  324.       choice, then the choices MUST be written as:   ABCD   No punctuation of
  325.       any sort!
  326.  
  327.  
  328.  
  329.  
  330.                                                                        Page 9
  331.                    UPLOAD/DOWNLOAD FILE TRANSFER PROTOCOLS
  332.                    ---------------------------------------
  333.  
  334.       The MatchMaker externalizes all file transfer protocols used for Uploading
  335.       and Downloading of the MatchMaker questionaire/answers. This allows the
  336.       Sysop to define the file transfer protocols they wish to support.
  337.  
  338.       A file called PROTOCOL.DAT is supplied with protocols already defined,
  339.       which you may alter at any time. Each entry in the PROTOCOL.DAT file
  340.       consists of the description that will be displayed to the caller on the
  341.       Protocol Menu and the 'high level' name of the protocol's batch files.
  342.  
  343.                Example:  ZModem   Upload or Download, ZPROT
  344.  
  345.       The information to the left of the comma is the description. MatchMaker
  346.       requires that you have 2 batch files in the MatchMaker directory to handle
  347.       the uploading and downloading. In the above example ZPROT is the 'high
  348.       level' portion of the 2 batch file names required for ZMODEM. Your
  349.       MatchMaker directory should contain ZPROTR.BAT (the R is for uploading)
  350.       and ZPROTS.BAT (the S is for downloading). The R and S suffixes MUST be
  351.       present as that is what the MatchMaker will be looking for in the
  352.       MatchMaker directory!
  353.  
  354.       Each protocol batch file MUST contain 2 batch file variables as follows:
  355.  
  356.       %1 = MatchMaker will use this variable to substitute the current ComPort
  357.       %2 = MatchMaker will use this variable to substitute the file name
  358.  
  359.       IMPORTANT! Place the variable (%1 and %2) ONLY in the EXACT location that
  360.                  your protocol requires them, in the protocol command line. Do
  361.                  NOT supply the ComPort or FileName, JUST the %1 and %2
  362.                  variables themselves (%1 and %2)!
  363.  
  364.       See example batch files supplied with the MatchMaker. They are the ones
  365.       being used on the Sunrise-80 BBS.
  366.  
  367.  
  368.  
  369.                                                                        Page 10
  370.                          WELCOME Text File (MMWELCOM)
  371.                          ____________________________
  372.  
  373.       To allow you complete flexibility in the way in which you can welcome
  374.       your callers to the MatchMaker Door, you would use a Text editor to
  375.       create a freeform file called MMWELCOM. See sample file included in
  376.       this ZIP file.
  377.  
  378.  
  379.  
  380.  
  381.  
  382.                                                                        Page 11
  383.                      New Questions Bulletin (MMNEWQUE.TXT)
  384.                      _____________________________________
  385.  
  386.       This file is displayed when the Sysop has chosen to clear the current set
  387.       of questions or add more questions or change individual questions. You
  388.       would use the CHANGE QUESTIONS option in the Maintenance program to
  389.       signal the change to the MatchMaker Door and therefore  force the callers
  390.       to re-answer the new set (or individual questions). You can use the
  391.       default file supplied or create your own. The file name must be
  392.       called MMNEWQUE.TXT !
  393.  
  394.  
  395.  
  396.                                                                        Page 12
  397.                                BLACKOUT PERIODS
  398.                                ________________
  399.  
  400.       Use the Blackout ranges option to define up to 5 time periods during
  401.       which you DO NOT want the Door to be played. If a caller tries to access
  402.       the Door during the Blackout period, they will be shown a message that
  403.       contains ALL the Blackout periods you have defined, and to try the Door
  404.       at a later time.
  405.  
  406.       Each of the 5 Blackout ranges takes the form of XXXX/YYYY, where
  407.       XXXX=beginning time and YYYY=the ending time. For example, 0930/1230
  408.       means to NOT allow the Door to be played between 9:30am and 12:30pm.
  409.  
  410.       IMPORTANT: - All times must be 4 digits & must follow the XXXX/YYYY format
  411.                  - DO NOT change the XXXX/YYYY entry UNLESS you want to assign
  412.                    a Blackout range.
  413.                  - You MUST use the MILITARY time format. Example: 2030=8:30pm
  414.                    0900=9am, 0030=12:30am, 1700=5pm, etc.
  415.  
  416.  
  417.  
  418.                                                                        Page 13
  419.                               TRASHCAN FILE
  420.                               _____________
  421.  
  422.       This is a text file you must create (if you wish to use one), with
  423.       a file name of MMTCAN.DAT and it must reside in the Door directory.
  424.  
  425.       This file is used if you want to block the use of "offensive" alias'
  426.       or Logon Names, callers may choose to use. Each name (up to a maximum
  427.       of 10 characters must appear on a separate line within the text file.
  428.  
  429.       This file is also used to check the body of any messages left by
  430.       callers for words you have in this file. All occurances of the word(s)
  431.       will be replaced with a string of asteriks.
  432.  
  433.       NOTE: The name or word must match EXACTLY !!!
  434.  
  435.       This file is valid only with registered versions of the Door
  436.  
  437.  
  438.  
  439.                                                                        Page 14
  440.                           PLAYS Per DAY/DOOR Time
  441.                           _______________________
  442.  
  443.       Plays Per Day and Door Time can be controlled several ways:
  444.  
  445.       (1) You can use the Games Per Day, singular option, in the config
  446.           file above. This option, will affect ALL callers whose Security
  447.           Level is NOT defined in any of the 10 optional Security Level/
  448.           Plays Per Day entries in the config file.
  449.  
  450.       (2) You can use the Door Time, singular option, in the config file
  451.           above. This option, will affect ALL callers whose Security
  452.           Level is NOT defined in any of the 10 optional Security Level/
  453.           Plays Per Day/Door Time entries in the config file.
  454.  
  455.       (3) You can restrict the number of games a specific Security Level
  456.           will be allowed to play per day or REWARD specific Levels with
  457.           more Plays Per Day.
  458.  
  459.           Likewise, you can restrict the Play time for a specific Security
  460.           Level or REWARD specific Levels with more Door Time.
  461.  
  462.           These options are handled by the use of the 10 config
  463.           entries (000=00/00).
  464.  
  465.           The format of each entry is as follows:
  466.  
  467.           XXX=YY/ZZ  where XXX is the Security Level (must be 3 digits)
  468.                      where =  is a constant and MUST be included
  469.                      where YY is the # of games per day (must be 2 digits)
  470.                      where / is a constant and MUST be included
  471.                      where ZZ is num. minutes per Door entry (must be 2 digits)
  472.  
  473.           If the callers Security Level is NOT defined, his/her Plays Per
  474.           Day and Door Time will be controlled by the values in items
  475.           (1) and (2), above, respectively..
  476.  
  477.           You may define up to 10 Security Levels. All unused entries must
  478.           be defined as   000=00/00
  479.         --------------------------------------------------------------------
  480.           Example: Suppose you had 3 Security Levels defined on your BBS as
  481.           (20=Subscriber, 30=Visiting Sysop, 40=CoSysop, 90=Friend) and you
  482.           wanted to set Plays Per Day as :     Subscriber=5
  483.                                            Visiting Sysop=2
  484.                                                   CoSysop=3
  485.                                                    Friend=10
  486.  
  487.           and Door Time as follows:     Subscriber=30 minutes
  488.                                     Visiting Sysop=20 minutes
  489.                                            CoSysop=10 minutes
  490.                                             Friend=remaining call time
  491.  
  492.           You would set the Individual "Games per Day" config entry to 1 and
  493.           the individual "Door Time" to 5 minutes (these would be the
  494.           default number of games and default Time for all Security Levels
  495.           other than 20,30 or 40... make them any number you want). Next you
  496.           would replace 4 of the Security Level entries as :  020=05/30
  497.                                                               030=02/20
  498.                                                               040=03/10
  499.                                                               090=10/0
  500.  
  501.                                                                        Page 15
  502.                            QUESTION FILE(S) SETUP
  503.                            ______________________
  504.  
  505.         MatchMaker has the ability to use 2 question files, one for Male
  506.         and one for Female. The Male question file must be named MMQUESTM.QUE
  507.         and the Female question file must be named MMQUESTF.QUE. The Male
  508.         file is REQUIRED to be present and the Female file is OPTIONAL. If you
  509.         do NOT want separate question files, DO NOT create the MMQUESTF.QUE
  510.         file. If you do use both, bear in mind that the questions should be
  511.         essentially the same, but may be "slanted" to either sex. You will
  512.         not get many matches if you use entirely different questions and
  513.         answers. A sample MMQUESTM.QUE file is included to get you started.
  514.  
  515.         NOTE: MMQUESTF.QUE is only recognized in the REGISTERED version !!
  516.  
  517.     ******* You MUST run MMAINT, option 10, to convert the question files
  518.     ******* after you have made a change to the questionaire files.!!!!!!
  519.  
  520.         **You can force existing users to re-answer the questions by using the
  521.           option on the MMAINT menu (you MUST use the NON-event option to run
  522.           MMAINT).
  523.  
  524.         You  may have up to 100 questions.
  525.  
  526.         Each question can be up to 2 lines
  527.  
  528.         Each question can have up to 14 answers.
  529.  
  530.  
  531.  
  532.  
  533.        The following is an explanation of how to set up this file:
  534.  
  535.         38                         <number of questions in this file
  536.         1                          <number of lines in the 1st question
  537.         10                         <number of answers
  538.         S                          <accept single choice, M=multiple choices
  539.         How old are you?           <question line 1
  540.         Less than 18 years old     <answer A
  541.         18 - 20 years old          <answer B
  542.         21 - 25 years old          <answer C
  543.         26 - 28 years old          <answer D
  544.         29 - 32 years old          <answer E
  545.         33 - 38 years old          <answer F
  546.         39 - 43 years old          <answer G
  547.         44 - 49 years old          <answer H
  548.         50 - 60 years old          <answer I
  549.         Over 60 years old          <answer J
  550.         2                          <number of lines in the last question
  551.         3                          <number of answers
  552.         M                          <accept multiple choices, S=single choice
  553.         "Now honestly, did you tell the whole truth on the"
  554.         "questionnaire, and nothing but the truth so help you God?"
  555.         "Yes, I told the whole truth"
  556.         A few lies never hurt anyone
  557.         I told mostly the truth
  558.  
  559.  
  560.                                                                        Page 16
  561.         In  the  above  example  the first line is the  total  number  of
  562.         questions contained in the file.
  563.  
  564.         Line 2 is the number of lines in the first question.
  565.  
  566.         Line 3 is the number of answers listed for the question.
  567.  
  568.         Line 4 is: S to restrict caller to a SINGLE choice OR
  569.                    M to allow caller to select MULTIPLE choices
  570.  
  571.         Line 5 is the first question in the file.
  572.  
  573.         Lines 6 to 14 are the answers for the first question
  574.  
  575.         The last 7 lines break down as follows:
  576.  
  577.         Line 1 states that this question has two lines.
  578.  
  579.         Line 2 states that there are 3 answers listed
  580.  
  581.         Line 3 is the first line of the question.
  582.  
  583.         Line 4 is the second line of the question.
  584.  
  585.         Line 5 is the first answer.
  586.  
  587.         Line 6 is the second answer.
  588.  
  589.         Line 7 the third and last answer.
  590.  
  591.         A  line,  whether a question or an answer,  must be  enclosed  in
  592.         quotation  marks  (") if the line contains any punctuation  other
  593.         then a '?'. (see example files)
  594.  
  595.         The shorter the question the better.  One liners are the
  596.         best, two liners are the limit!
  597.  
  598.         There are two questions you need not worry about including in the
  599.         file. These are:
  600.  
  601.                          What is your Sex
  602.                          What is your current age
  603.  
  604.         Since  the program must have these to work correctly,  they are
  605.         asked when you first log on.
  606.  
  607.  
  608.  
  609.  
  610.                                                                        Page 17
  611.               MATCHMAKER MAINTENANCE PROGRAM (MMAINT)
  612.               _______________________________________
  613.  
  614.       The Caller Database and Message Database, that MatchMaker utilizes,
  615.       must be purged periodically. The Caller database can hold an unlimited
  616.       number of callers, and the Message database can hold an unlimited
  617.       number of messages.
  618.  
  619.       After a message is read, it is marked for deletion, but not physically
  620.       deleted from the database. The maintenance program (MMAINT), when run,
  621.       will remove all messages marked for deletion, as well as those messages
  622.       that have been on the system longer than the number of days specified on
  623.       the command line, for Events, or requested when run manually.
  624.  
  625.       There are 2 ways to remove a caller from the Callers database. You can
  626.       delete it manually, after searching for & viewing the record or
  627.       automatically if the door has not been accessed in the number of days
  628.       specified on the command line, for Events or requested when run manually.
  629.  
  630.       There are a number of other options included with the MatchMaker
  631.       maintenance program. They are self-explanatory.
  632.  
  633.       The command line required to run MMAINT as an EVENT is as follows:
  634.  
  635.               MMAINT /vvvvvvv.CFG /MDAYS:yy /CDAYS:zzz
  636.  
  637.       The command line required to run MMAINT MANUALLY is as follows:
  638.  
  639.                      MMAINT /vvvvvvv.CFG
  640.  
  641.           vvvvvvv.CFG  =  MatchMaker Configuration FIle
  642.                   yyy  =  Delete message if message is older than yyy days.
  643.                   zzz  =  Delete User if MMAKER not accessed in zzz days.
  644.  
  645.       As you can see, you can run MMAINT in your nightly event and/or manually.
  646.       Just adjust the command line, accordingly.
  647.  
  648.       Special Note: The only option available to Non=Registered users is the
  649.                     option to search/view a caller's record. All other require
  650.                     you to run a registered copy of MatchMaker.
  651.  
  652.  
  653.  
  654.                                                                        Page 18
  655.                         NON-STANDARD COM SUPPORT
  656.                         ________________________
  657.  
  658.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  659.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  660.       number after the configuration filename. Let's assume your Door is
  661.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  662.       passed to your Door would be:
  663.  
  664.                             FOOBAR FOOBAR.CFG /5
  665.  
  666.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  667.       normally used with COM1. No /x parameter is needed for the standard
  668.       IRQ's.
  669.  
  670.       As an alternative, you may use an environmental variable on the command
  671.       line. To use the variable (following the example above), place a
  672.       SET IRQ=5 in the batch file used to bring up your BBS (you would need a
  673.       different IRQ number for each node). The command line would now look
  674.       like this:
  675.  
  676.                           FOOBAR FOOBAR.CFG /%IRQ%
  677.  
  678.       This, in combination with the use of the environmental variables
  679.       described in the MULTI-NODE SETUP section will allow you to use one
  680.       batch file and one config file to run this door on all nodes.
  681.  
  682.  
  683.  
  684.  
  685.                                                                        Page 19
  686.                            MULTI-NODE SETUP
  687.                            ________________
  688.  
  689.       All Sunrise Doors are Multi-Node capable. Each node must have the
  690.       ability to access a configuration file which will have its own system
  691.       file (DORINFOx.DEF, PCBOARD.SYS, DOOR.SYS, etc) defined on the first
  692.       line. There are 2 ways to accomplish this:
  693.  
  694.       (1) Create a separate configuration file for each node. The only
  695.           difference between each file would be the location of the system
  696.           file for that particular node. For example, on my system there are 2
  697.           nodes and the first line of the config files would look like this:
  698.  
  699.                         NODE1:  H:\PCB1\DOOR.SYS
  700.                         NODE2:  H:\PCB2\DOOR.SYS
  701.  
  702.           Thus, if you have a 4 node BBS, you will need 4 configuration files.
  703.  
  704.       (2) Use ONE configuration file for ALL nodes. This Door will recognize
  705.           the following PCBoard environmental variables:
  706.  
  707.                  PCBDIR    (Directory containing the System file)
  708.                  PCBDRIVE  (Drive containing the System file)
  709.  
  710.           Thus, the first line of the SINGLE configuration file, for this Door
  711.           would look like this:
  712.  
  713.                         %PCBDRIVE%%PCBDIR%\DOOR.SYS
  714.  
  715.       NOTE: This option, as described, assumes that you are running PCBoard
  716.             14.5a software. The environmental variables are automatically
  717.             created by the software for each node.
  718.  
  719.             HOWEVER, if you are running other BBS software you should be able
  720.             to set the variables EXACTLY as described below, for EACH node
  721.             (more than likely in each batch file you use to bring up EACH node):
  722.  
  723.                             PCBDRIVE=C:
  724.                             ^^^^^^^^^
  725.                             PCBDIR=\NODE2
  726.                             ^^^^^^^^
  727.  
  728.             Info with a carat (^) under it, MUST be typed as is. The rest
  729.             depends on your naming conventions.
  730.  
  731.             This, in combination with the use of the optional environmental
  732.             variable described in the NON-STANDARD COM SUPPORT section, will
  733.             allow you to use one batch file and one config file to run this
  734.             door on all nodes.
  735.  
  736.  
  737.  
  738.                                                                        Page 20
  739.                            DATABASE EXCHANGE
  740.                            _________________
  741.  
  742.    ** SHARE MATCH MAKER USERS/MESSAGE DATABASES BETWEEN 2 OR MORE BBS' **
  743.       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  744.  
  745.       The optional Match Maker Database Exchange feature will allow you
  746.       to participate in the exchange of Match Maker Users and Message
  747.       databases with other BBS' (Any number of BBS' can participate). The
  748.       exchange program (MMEXCH) comes included in the MMAKERxx.ZIP file.
  749.  
  750.  
  751.       MMEXCH performs three (3) major functions:
  752.  
  753.  
  754.      (1) EXPORT:  Extracts all active users and messages from the Match
  755.                   Maker database. It creates 2 files named XXXXXXXX.UXP and
  756.                   XXXXXXXX.MXP (XXXXXXXX is defined in the CFG file) and will
  757.                   bypass any USER or MESSAGE already flagged for deletion.
  758.  
  759.      (2) IMPORT:  Imports the XXXXXXXX.UXP and XXXXXXXX.MXP (XXXXXXXX is
  760.                   defined in the CFG file) created by the EXPORT option and
  761.                   merges all USERS and MESSAGES into the Match Maker database.
  762.                   It will not import any USERS or MESSAGES that duplicates
  763.                   USERS or MESSAGES found in the existing database. Note that
  764.                   this option will IMPORT ALL files with an extension of UXP
  765.                   or MXP, during a single execution of the program.
  766.  
  767.      (3) IMPEXP:  This option will first IMPORT (as in (2) above) then turn
  768.                   around and EXPORT (as in (1) above) during one execution
  769.                   of the program.
  770.  
  771.       NOTE: If you want to extract all entries in the database, use the ALL
  772.             option on the command line or use NEW to only extract new entries.
  773.  
  774.      All BBS' involved in the exchange MUST run registered versions of BOTH
  775.      Match Maker and Match Maker Exchange (MMEXCH). MMEXCH will only work
  776.      with version 3.1 of Match Maker and later!
  777.  
  778.      It is critical that ALL participants in the exchange use the SAME
  779.      QUESTION files (Male and Female versions). Failure to do so will result
  780.      in incorrect matching and possible Door malfunctions!
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.                          ( CONTINUED on NEXT PAGE )
  790.  
  791.  
  792.  
  793.                                                                         Page 21
  794.     To run the Exchange you do the following:
  795.  
  796.  
  797.     EXPORT:   a) Change to the directory containing your MMAKER files
  798.               b) Issue this command:  MMEXCH EXPORT MMAKER.CFG ALL
  799.                  If you use a different name for your Config file, then
  800.                  substitute that name for MMAKER.CFG
  801.               c) Send (transmit) the XXXXXXXX.UXP and XXXXXXXX.MXP files to
  802.                  those involved in the exchange or to the HUB.
  803.               d) Delete XXXXXXXX.UXP and XXXXXXXX.MXP
  804.  
  805.  
  806.      IMPORT:  a) Change to the directory containing your MMAKER files
  807.               b) Copy the XXXXXXXX.UXP and XXXXXXXX.MXP files that was sent
  808.                  to you by the BBS you are exchanging with, to the directory
  809.                  used in item (a) above.
  810.               c) Issue the command:   MMEXCH IMPORT MMAKER.CFG ALL
  811.                  If you use a different name for your Config file, then
  812.                  substitute that name for MMAKER.CFG
  813.               d) Delete XXXXXXXX.UXP and XXXXXXXX.MXP
  814.  
  815.  
  816.      IMPEXP:  a) Change to the directory containing your MMAKER files
  817.               b) Copy the XXXXXXXX.UXP and XXXXXXXX.MXP files that were sent
  818.                  to you by the BBS you are exchanging with, to the directory
  819.                  used in a)
  820.               c) Issue the command:   MMEXCH IMPEXP MMAKER.CFG ALL
  821.                  If you use a different name for your Config file, then
  822.                  substitute that name for MMAKER.CFG
  823.               d) Send (transmit) the XXXXXXXX.UXP and XXXXXXXX.MXP files to
  824.                  those involved in the exchange or to the HUB.
  825.  
  826.  
  827.    NOTE: When registering MMEXCH, you MUST use the EXACT SAME Sysop Name
  828.          AND BBS NAME as used for MATCH MAKER!!!!!!!!!!!!!!!!!!!!!!!!!
  829.  
  830.  
  831.  
  832.  
  833.                                                                        Page 22
  834.                              REGISTRATION
  835.                              ____________
  836.  
  837.    Registration and the subsequent insertion of the registration number into
  838.    your configuation file, allows for the display of your BBS name on the
  839.    opening and closing screen as well as the reduction of a delay built into
  840.    the opening screen display along with the ability to change certain
  841.    values in the configuration file. In addition it will activate certain
  842.    options in the maintenance program.
  843.  
  844.    To register your copy of MatchMaker, please fill out the registration
  845.    form (REGISTER.FRM) and mail it along with the registration fee to
  846.    the name and address on the form.
  847.  
  848.    Be sure to use the proper upper/lower case when filling in your name and
  849.    BBS name, as they MUST match the way you entered them in the configuration
  850.    file.             ^^^^
  851.  
  852.    Based upon information supplied on the registration form, I will pre-
  853.    register you on my BBS. You will then be able to call SUNRISE-80 and pick
  854.    up your registration number.
  855.  
  856.  
  857.  
  858.                                                                        Page 23
  859.                                  MISC
  860.                                  ____
  861.  
  862.    The latest version of MATCH MAKER and other fine SUNRISE DOOR programs
  863.    are always available for download from SUNRISE-80 BBS.
  864.  
  865.    Remember, should you have any problems, questions or suggestions, be sure
  866.    to drop me a message on Sunrise-80 or in the RIME network (BBS_Doors,
  867.    PCBHints, SYSops) or on SMARTNET (SN_Sysops).
  868.